home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Stone Studio
/
Stone Studio (Stone Design)(2002).iso
/
Extras
/
PStill Helpers
/
DOCtor.app
/
Contents
/
Resources
/
antiword
/
antiword-gui.patch
< prev
next >
Wrap
Text File
|
2002-06-17
|
1KB
|
31 lines
diff -r -C2 antiword.0.32/Makefile.MacOSX antiword.0.32-gui/Makefile.MacOSX
*** antiword.0.32/Makefile.MacOSX Wed Oct 24 18:38:04 2001
--- antiword.0.32-gui/Makefile.MacOSX Tue Nov 13 10:20:09 2001
***************
*** 9,13 ****
DB = NDEBUG
# Optimization: -O<n> or debugging: -g
! OPT = -O2
LDLIBS =
--- 9,13 ----
DB = NDEBUG
# Optimization: -O<n> or debugging: -g
! OPT = -O2 -D__macosx
LDLIBS =
diff -r -C2 antiword.0.32/antiword.h antiword.0.32-gui/antiword.h
*** antiword.0.32/antiword.h Tue Sep 25 17:36:47 2001
--- antiword.0.32-gui/antiword.h Tue Nov 13 10:18:34 2001
***************
*** 143,146 ****
--- 143,150 ----
#define ANTIWORD_DIR "antiword"
#define FONTNAMES_FILE "fontname.txt"
+ #elif defined(__macosx)
+ #define GLOBAL_ANTIWORD_DIR "."
+ #define ANTIWORD_DIR "antiword"
+ #define FONTNAMES_FILE "fontnames"
#else
#define GLOBAL_ANTIWORD_DIR "/opt/antiword/share"